home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-06-18 | 1.4 KB | 47 lines | [TEXT/MPS ] |
- #------------------------------------------------------------------------
- # Infinity Windoid 2.3
- # makefile for MPW
- #
- # © 1991-93 Troy Gaul,
- # Infinity Systems
- # All Rights Reserved
- #------------------------------------------------------------------------
- # File: Makefile
- # Target: Infinity Windoid 2.3
- # Sources: InfinityWindoid.c
- # Created: Saturday, November 23, 1991 11:06:28 PM
- #------------------------------------------------------------------------
- Output = Infinity Windoid 2.3
-
- #------------------------------------------------------------------------
- Type = rsrc
- Creator = RSED
- ResType = WDEF
- ResID = 128
-
- #------------------------------------------------------------------------
- COptions = -r # warnings ∂
- -b # PC-relative strings ∂
- -mbg off # off, full ∂
- # -opt full # off, (empty)=normal, full, size, speed
-
- #------------------------------------------------------------------------
- InfinityWindoid.c.o ƒ Makefile InfinityWindoid.c
- C {COptions} InfinityWindoid.c
-
- #------------------------------------------------------------------------
- Objects = InfinityWindoid.c.o
-
- #------------------------------------------------------------------------
- "{Output}" ƒƒ Makefile {Objects}
- Link ∂
- -t {Type} ∂
- -c {Creator} ∂
- -rt {ResType}={ResID} ∂
- -m MAIN ∂
- -sg "{Output}" ∂
- -o "{Output}" ∂
- {Objects}
-
- #------------------------------------------------------------------------
-